CycloneDX Reporter
Creates software bills of materials (SBOM) in the CycloneDX format.
Configuration
Example
{
"CycloneDX": {
"options": {
"schemaVersion": "1.6",
"dataLicense": "CC0-1.0",
"singleBom": true,
"outputFileFormats": "JSON"
}
}
}
Options
schemaVersion
The CycloneDX schema version to use. Defaults to "1.6".
dataLicense
The license for the data contained in the report. Defaults to "CC0-1.0".
singleBom
If true (the default), a single SBOM for all projects is created; if set to false, separate SBOMs are created for each project.
outputFileFormats
A comma-separated list of (case-insensitive) output formats to export to. Supported are XML and JSON.